home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / findaf1a / module.bas < prev    next >
BASIC Source File  |  1999-09-05  |  344b  |  9 lines

  1. Attribute VB_Name = "Module"
  2. ' The actual File Finding stuff
  3. ' works on nt4, win9x, and other 32bit platforms
  4.  
  5. Option Explicit
  6. Global Const CB_ERR = -1
  7. Global Const CB_FINDSTRING = &H14C
  8. Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
  9.